ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no exampleUser@example.com
linux ubuntu
how to ssh without key and only password
March 26, 2026
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no exampleUser@example.com